AlejandroLoutphi / MetroMendeleyLoutphiRuizZaherAlDeen

0 stars 0 forks source link

Make Box<E> class #2

Closed AlejandroLoutphi closed 2 weeks ago

AlejandroLoutphi commented 2 weeks ago

Literally just a wrapper so we can put pointers of generic things into Arrays (useful for the hash table)

By default, you can't make an E[]. Thus, we have to make a Box class so we can use a Box[]