si-units
jvm
kotlin-console
/
eu.sirotin.kotunil.app.kotlin
Package-level
declarations
Types
Functions
Properties
Types
Tutorial
Test
Link copied to clipboard
object
TutorialTest
Functions
check
Link copied to clipboard
fun
check
(
a
:
Boolean
)
fun
<
T1
:
Expression
,
T2
:
Expression
>
check
(
a
:
T1
,
b
:
T2
)
fun
check
(
a
:
String
,
b
:
String
)
fun
check
(
a
:
Double
,
b
:
Double
,
maxDif
:
Double
=
1.0E-7
)
main
Link copied to clipboard
fun
main
(
)
test
All
Link copied to clipboard
fun
testAll
(
)
Properties
number
Tests
Link copied to clipboard
var
numberTests
:
Int
objects
Link copied to clipboard
val
objects
:
MutableSet
<
Expression
>
object
Types
Link copied to clipboard
val
objectTypes
:
MutableSet
<
String
>