mirror of
https://github.com/Dummi26/mers.git
synced 2026-04-29 01:55:19 +02:00
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
}