refactor Access into AccessAtIndex

This commit is contained in:
Folkert 2020-03-22 20:14:15 +01:00
parent 18f34710e1
commit e2a7c970bc
4 changed files with 43 additions and 94 deletions

View file

@ -95,7 +95,7 @@ impl<'a> Layout<'a> {
true
}
Pointer(_) => {
// We cannot memcpy pointers, because then we would have the same pointer in multiple places!
// We cannot memcpy pointers, because then we would have the same pointer in multiple places!
false
}
}