A

Admin • 802.91K Points
Coach

Q. What does Box<T> provide in Rust?

  • (A) Heap allocation
  • (B) Pattern matching
  • (C) Copy semantics
  • (D) Thread safety
  • Correct Answer - Option(A)
  • Views: 4
  • Filed under category Rust
  • Hashtags:

Explanation by: Admin
Box<T> allocates data on the heap.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.