marianoguerra/temporal/int128 does not have a README file
test {
inspect(@int128.of_int(0).bit_length(), content="0")
inspect(@int128.of_int(1).bit_length(), content="1")
inspect(@int128.of_int(-255).bit_length(), content="8")
}test {
inspect(@int128.of_int64(-5L), content="-5")
}test {
inspect(
@int128.of_string("-170141183460469231731687303715884105728"),
content="-170141183460469231731687303715884105728",
)
}An implementation of ECMAScript Temporal: calendar and time-zone aware dates, times, instants and durations. Ported from the Rust temporal_rs.