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
..
2024-04-16 13:38:50 +02:00
2023-11-30 17:48:24 +01:00
2024-04-16 13:38:50 +02:00
2024-04-16 13:38:50 +02:00
2024-04-16 13:38:50 +02:00
2024-04-16 13:38:50 +02:00