viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.selection
/
IntegerCost
Integer
Cost
class
IntegerCost
(
val
cost
:
Int
)
:
CostMonoid
<
IntegerCost
>
Types
Constructors
Functions
Properties
Constructors
Integer
Cost
Link copied to clipboard
fun
IntegerCost
(
cost
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
concat
Link copied to clipboard
open
override
fun
concat
(
other
:
IntegerCost
)
:
IntegerCost
to
Document
Link copied to clipboard
open
override
fun
toDocument
(
)
:
Document
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
zero
Link copied to clipboard
open
override
fun
zero
(
)
:
IntegerCost
Properties
cost
Link copied to clipboard
val
cost
:
Int