1Builtins.subvert(3kaya) Kaya module reference Builtins.subvert(3kaya)
2
3
4
6 Builtins::subvert - Subvert the type system.
7
9 anything subvert( something x )
10
12 x The variable to change the type of
13
15 Somebody is bound to want to do an unsafe cast, so I guess I'll let
16 them. I wanted to call this "EnoughRopeToHangYourselfWith" but I think
17 it might turn out to be too useful in creating bindings to external
18 libraries to have a name like that...
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
30
31
32Kaya December 2010 Builtins.subvert(3kaya)