ELI5: Explain Like I'm 5

Fat pointer

A fat pointer is a type of pointer that stores more than just an address. It is like a regular pointer but instead of just pointing to one place in memory, it also stores additional information about that memory location. This additional information could be the size of the data stored, the type of data stored, or anything else that can be useful when accessing the data.