mirror of
https://github.com/Dummi26/mers.git
synced 2025-07-10 02:16:17 +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 }