mruby/c Range class More...
#include "value.h"Go to the source code of this file.
Data Structures | |
| struct | RRange |
| Range object. More... | |
Typedefs | |
| typedef struct RRange | mrbc_range |
| Range object. | |
Functions | |
| static mrbc_value | mrbc_range_first (const mrbc_value *v) |
| static mrbc_value | mrbc_range_last (const mrbc_value *v) |
| static int | mrbc_range_exclude_end (const mrbc_value *v) |
mruby/c Range class
Copyright (C) 2015- Kyushu Institute of Technology. Copyright (C) 2015- Shimane IT Open-Innovation Center. This file is distributed under BSD 3-Clause License.
Definition in file c_range.h.
| typedef struct RRange mrbc_range |
Range object.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |