JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

struct/rawget

core-api


    cfunction
    src/core/struct.c on line 297, column 1

    (struct/rawget st key)

    Gets a value from a struct `st` without looking at the prototype 
    struct. If `st` does not contain the key directly, the function 
    will return nil without checking the prototype. Returns the value 
    in the struct.


0 examplesSign in to add an example
Loading...