mirror of
https://github.com/Dummi26/mers.git
synced 2025-10-29 11:09:19 +01: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
}