Sha256: e6ffd52f8129756a16619f441b145772310aa99ecbfc589cc012360d2a902b5f
Contents?: true
Size: 368 Bytes
Versions: 10
Compression:
Stored size: 368 Bytes
Contents
#ifndef INTERNAL_ST_H #define INTERNAL_ST_H #include "include/ruby/st.h" st_table *rb_st_replace(st_table *new_tab, st_table *old_tab); #define st_replace rb_st_replace st_table *rb_st_init_existing_table_with_size(st_table *tab, const struct st_hash_type *type, st_index_t size); #define st_init_existing_table_with_size rb_st_init_existing_table_with_size #endif
Version data entries
10 entries across 6 versions & 3 rubygems