Builtins.fnid(3kaya)
NAME
Builtins::fnid - Internal standard library function
SYNOPSIS
Int fnid( Void(a) fn )
DESCRIPTION
Return the function id of fn.
Used by CGI (not webapp) event handlers, to know which function to call
on entry to the web application, and by other parts of the standard
library. Generally this function should not be used outside standard
library development.
AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others
(kaya@kayalang.org). For further information see http://kayalang.org/
LICENSE
- The Kaya standard library is free software; you can redistribute it
and/or modify it under the terms of the GNU Lesser General Public
License (version 2.1 or any later version) as published by the Free
Software Foundation.