Search
Matcha
v0.1.10
OVERVIEW
Modules
Settings
View Source
Matcha.Table.ETS
(Matcha v0.1.10)
Link to this section
Summary
Types
object()
table()
Functions
match(table, operation \\ :all, pattern)
select(table, operation \\ :all, spec)
Link to this section
Types
Link to this type
object()
View Source
@type
object() ::
tuple
()
Link to this type
table()
View Source
@type
table() ::
atom
() |
:ets.tid
()
Link to this section
Functions
Link to this macro
match(table, operation \\ :all, pattern)
View Source
(macro)
Link to this macro
select(table, operation \\ :all, spec)
View Source
(macro)