This would allow for something like this: ``` enum Foo { A, B, } static two: uint = Foo::len(); assert!(two == 2u); ```