[[
wikihub
]]
Search
⌘K
Explore
People
For Agents
Sign in
Explore
People
For Agents
Sign in
@jemoka / Jemoka Knowledge Base / wiki/concepts/restrict.md
Suggest edit
Cancel
Submit suggestion
Title
Name
Note
--- title: "restrict" type: concept source: https://www.jemoka.com/posts/kbhrestrict/ confidence: high status: active --- in C/C++, its a keyword: f(restrict char *a, restrict char *b) means that a and b are unique pointers to the objects to which they refer.