This website requires JavaScript.
Explore
Help
Sign In
talexander
/
natter
Watch
1
Star
0
Fork
0
You've already forked natter
Code
Issues
Pull Requests
Releases
Activity
fdf84e3d0b
natter
/
src
/
intermediate
/
subscript.rs
6 lines
90 B
Rust
Raw
Normal View
History
Unescape
Escape
Use macros for creating the intermediate stage. This is to make it easier to change function signatures by consolidating the places where the signatures exist.
2023-10-29 21:29:16 +00:00
use
super
::
macros
::
inoop
;
Run cargo fix.
2023-10-30 02:31:29 +00:00
Use macros for creating the intermediate stage. This is to make it easier to change function signatures by consolidating the places where the signatures exist.
2023-10-29 21:29:16 +00:00
use
crate
::
error
::
CustomError
;
Add the skeletons for the objects.
2023-10-27 21:48:19 +00:00
Use macros for creating the intermediate stage. This is to make it easier to change function signatures by consolidating the places where the signatures exist.
2023-10-29 21:29:16 +00:00
inoop!
(
ISubscript
,
Subscript
)
;
Reference in New Issue
Copy Permalink