Advertisement
Guest User

Untitled

a guest
Nov 28th, 2022
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Hi All,
  2.  
  3. I am confused!
  4.  
  5. sub blob-from-pointer(Pointer:D \ptr, Int :$elems!, Blob:U :$type = Buf) is export {
  6.  
  7. What is `Pointer:D \ptr`?
  8. Why the `\`?
  9.  
  10. What is `:$elems!`?
  11. Why the `:`?
  12. Why the `!`?
  13.  
  14.  
  15. What is `Blob:U :$type = Buf`
  16. What does `Blob:U` mean?
  17. What does `:type` mean?
  18.  
  19. Is `$type` being assigned the type of `Buf`
  20.  
  21. 😭
  22.  
  23. Yours in confusion,
  24. -T
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement