mers/mers_lib/src/data
Mark 385019e43c replace Bool type with Bool=True/False + bugfix
Bool is a type alias for True/False

Bugfix:

[[T] String]
{
  [[T] Int]
  // this would use the outer T (String),
  // but now it correctly uses the inner T (Int).
  [T] 1
}
2024-08-29 15:04:32 +02:00
..
bool.rs replace Bool type with Bool=True/False + bugfix 2024-08-29 15:04:32 +02:00
byte.rs Type no longer implements MersType 2024-04-16 13:38:50 +02:00
defs.rs Object field order matters! 2023-11-30 17:48:24 +01:00
float.rs Type no longer implements MersType 2024-04-16 13:38:50 +02:00
function.rs convert more stdlib functions and add rounding 2024-07-03 11:59:22 +02:00
int.rs Type no longer implements MersType 2024-04-16 13:38:50 +02:00
mod.rs functions no longer modify state, funcrefs exist 2024-07-01 20:51:09 +02:00
object.rs Type no longer implements MersType 2024-04-16 13:38:50 +02:00
reference.rs functions no longer modify state, funcrefs exist 2024-07-01 20:51:09 +02:00
string.rs Type no longer implements MersType 2024-04-16 13:38:50 +02:00
tuple.rs improve panic function, add stacktrace 2024-06-19 12:35:23 +02:00